Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for v2.0-RC1 #271

Closed
wants to merge 9 commits into from
Closed

Prepare for v2.0-RC1 #271

wants to merge 9 commits into from

Conversation

lcobucci
Copy link
Collaborator

@lcobucci lcobucci commented Jan 30, 2024

This consolidates a few things to prepare for the RC release.

I still want to cover a few more things:

Reducing the amount of function calls is a micro-optimisation that
provides some small benefits, specially when registering several routes.

Signed-off-by: Luís Cobucci <[email protected]>
Lock file operations: 0 installs, 25 updates, 0 removals
  - Upgrading nikic/php-parser (v4.17.1 => v5.0.0)
  - Upgrading phpbench/container (2.2.1 => 2.2.2)
  - Upgrading phpbench/phpbench (1.2.14 => 1.2.15)
  - Upgrading phpstan/phpdoc-parser (1.24.1 => 1.25.0)
  - Upgrading phpstan/phpstan (1.10.35 => 1.10.57)
  - Upgrading phpstan/phpstan-phpunit (1.3.14 => 1.3.15)
  - Upgrading phpstan/phpstan-strict-rules (1.5.1 => 1.5.2)
  - Upgrading phpunit/php-code-coverage (10.1.6 => 10.1.11)
  - Upgrading phpunit/phpunit (10.3.5 => 10.5.9)
  - Upgrading sebastian/complexity (3.0.1 => 3.2.0)
  - Upgrading sebastian/diff (5.0.3 => 5.1.0)
  - Upgrading sebastian/exporter (5.1.0 => 5.1.1)
  - Upgrading sebastian/lines-of-code (2.0.1 => 2.0.2)
  - Upgrading seld/jsonlint (1.10.0 => 1.10.1)
  - Upgrading slevomat/coding-standard (8.13.4 => 8.14.1)
  - Upgrading squizlabs/php_codesniffer (3.7.2 => 3.8.1)
  - Upgrading symfony/console (v6.3.4 => v6.4.2)
  - Upgrading symfony/deprecation-contracts (v3.3.0 => v3.4.0)
  - Upgrading symfony/filesystem (v6.3.1 => v6.4.0)
  - Upgrading symfony/finder (v6.3.3 => v6.4.0)
  - Upgrading symfony/options-resolver (v6.3.0 => v6.4.0)
  - Upgrading symfony/process (v6.3.4 => v6.4.2)
  - Upgrading symfony/service-contracts (v3.3.0 => v3.4.1)
  - Upgrading symfony/string (v6.3.2 => v6.4.2)
  - Upgrading theseer/tokenizer (1.2.1 => 1.2.2)

Signed-off-by: Luís Cobucci <[email protected]>
This was done only to test a few things and doesn't provide real value
by itself.

Signed-off-by: Luís Cobucci <[email protected]>
Signed-off-by: Luís Cobucci <[email protected]>
This promotes more a explicit design for initialising the dispatcher,
reducing the possibility of introducing mistakes when switching between
implementations.

Signed-off-by: Luís Cobucci <[email protected]>
Now that we have a more explicit API for that, these functions aren't
needed any longer.

Signed-off-by: Luís Cobucci <[email protected]>
@lcobucci lcobucci added this to the 2.0.0 milestone Jan 30, 2024
@lcobucci lcobucci self-assigned this Jan 30, 2024
@lcobucci lcobucci mentioned this pull request Jan 30, 2024
@lcobucci lcobucci closed this Jan 31, 2024
@lcobucci lcobucci removed this from the 2.0.0 milestone Jan 31, 2024
@lcobucci lcobucci deleted the prepare-for-rc branch January 31, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant